-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install Java 17 JDK in acceptance tests #1115
Conversation
Marking as draft so we first finish #1116. |
Damn, I hate those tests. |
4c47159
to
7d4e27b
Compare
Jenkins 2.479.1 requires Java 17 or newer and breaks with Java 11
Jenkins 2.479.1 requires Java 17 or newer and breaks with Java 11
Me too. I really wish we have plugin management that understood dependencies. Ideally based on https://github.com/jenkinsci/plugin-installation-manager-tool. |
StartLimitIntervalSec: '0' | ||
StartLimitBurst: '0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Someone was so smart to set
StartLimitBurst=5
StartLimitIntervalSec=5m
as the default in the jenkins.service
file -- we restart it a tad more often during tests, and well, at some point systemd refuses to restart further.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't hurt to have that in the commit message or comment, but here in the PR is a good start
Pull Request (PR) description
Jenkins 2.479.1 requires Java 17 or newer and breaks with Java 11
This Pull Request (PR) fixes the following issues